Icon Property

The Icon Property is a string type that tells the AssociateFileType Method the path to locate the Icon to associate with the file type's extension. This can be a executable file or a dll or an ico file. Any file that contains an icon. The method uses the default icon fo the file: Icon 0.

Usage:

Dim Reg as New RegEasy
Reg.Icon = App.Path & "\" & App.EXEName & ".exe"

 

(c)1998 Silicon Prairie Software Co. All rights reserved.